home *** CD-ROM | disk | FTP | other *** search
/ Aminet 41 / Aminet 41 (2001)(Schatztruhe)[!][Feb 2001].iso / Aminet / gfx / show / View.lha / View.txt next >
Text File  |  2000-11-08  |  1KB  |  59 lines

  1. **************
  2. * View V 1.5 *
  3. **************
  4.  
  5. Ok, here it is: My first prg on Aminet :)
  6.  
  7. Requires:
  8.   AmigaOS3.?
  9.   GuiGfx.library (Aminet)
  10.   Render.library (Aminet)
  11.   Maybe GFX-Card, not tested
  12.  
  13. Features:
  14. - uses datatypes
  15. - scales the picture when resizing the
  16.   window
  17. - its free :)
  18.  
  19. Usage:
  20.  
  21.   type 'view <path&pic>' or just 'view'
  22. keys:
  23.   'l' shows Requester again to load a new picture
  24.   'q' quits view
  25.  
  26.  
  27. Bugs:
  28. - Aspect ratio is not correct, when window is
  29.   to small.
  30. - A Guru when starting View without having
  31.   render and guigfx libraries installed
  32. - Maybe english faults in the readme's :)
  33. - Problems with displaying very large
  34.   pics, seems to be a problem with
  35.   guigfx.library ?
  36.  
  37. History:
  38. V1.5:  [8.11.2000]
  39. -Removed a bug in scaling routine, but
  40.  theres one small left..
  41. -Most parts rewritten to subfunctions
  42.  for future upgrades
  43. -added l,q commands
  44. -replaces FileRequest() with AslRequest()
  45.  the last drawerpath is remembered now.
  46.  
  47. -------------------
  48. V1.1R2 Beta:
  49. First release
  50.  
  51. - 7.10.2000 Scaling a picture is now possible.
  52. - Partially rewritten in august/2000 because I
  53.   forgot to include a function :(
  54.  
  55. -------------------
  56.  
  57. Author: Kai Eckardt
  58.         eckardt@stud.fh-hannover.de
  59.